home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Games
/
PC-SIG World of Games (CDRM1080710) (1993).iso
/
ENT
/
DISK2145.ZIP
/
RACES.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-13
|
2KB
|
56 lines
ECHO OFF
BREAK OFF
CLS
ECHO - Please turn printer on. Thank you.
PAUSE
ECHO - PRESS [Enter]......
PRINT /T
CLS
IF EXIST *.!!! ERASE *.!!!
IF EXIST RVOLUME.VER GOTO MOVEON
VOL >RVOLUME.VER
:MOVEON
IF EXIST TRACK.IMG GOTO NEXTA
:ABANDON
ECHO - Track does not exist....go to TRACK first.
GOTO AEND
:NEXTA
ECHO Distributed by Data-Plane Inc. 1 - (800) - 323 - 8063
ECHO ╔════════════════════════════════════════════════════════════════════════════╗
ECHO ║ These programs are protected under the copyright laws of the United States ║
ECHO ║ of America. No part nor portion thereof, may be copied, except as backup ║
ECHO ║ nor distributed on any media, nor operated on more than one computer ║
ECHO ║ without the express written consent of Data-Plane Inc. ║
ECHO ╚════════════════════════════════════════════════════════════════════════════╝
ECHO
PAUSE
J.COM /H
CLS
SET BUFFERS=10
SET FILES=10
bbsRACE
SET BUFFERS=28
SET FILES=24
CLS
ECHO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
ECHO Hope that you won lots of $$$$$$. Come back soon.
ECHO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
ECHO The results of any race may be printed by typing
ECHO PRINT m_r.RCE.....where m = meet & r = race no.
GOTO AEND
:NOROOM
ECHO - No room!?.......
IF EXIST *.EXE ECHO - Please erase *.EXE file(s)......
IF EXIST README.* ECHO - Please erase README file(s)......
:AEND
ECHO -
BREAK ON